Câu ví dụ
- thêm câu ví dụ: 1 2 3 4 5
- fclose(ptr); //ptr is the file pointer associated with file to be closed.
fclose(fptr); //Con trỏ FILE trỏ tới file cần được đóng. - 2.The file pointer is at the end of the file if the file exists.
Con trỏ là ở cuối file nếu file này đã tồn tại. - These must be the file pointer and the length of the file expressed in bytes.
Nó có thể là file con trỏ và độ dài file thể hiện trong bytes. - 'a+' - Open for reading and writing; place the file pointer at the end of the file.
'a+' : Mở để đọc và ghi; đặt con trỏ file tại cuối của file. - 'a+' Open for reading and writing; place the file pointer at the end of the file.
'a+' : Mở để đọc và ghi; đặt con trỏ file tại cuối của file.